home *** CD-ROM | disk | FTP | other *** search
- #
- # Mainboard Tools #2
- #
- mainboard3_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.3 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Mainboard Tools 3/3] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " BIOS Utilities "
- set textColor = color[white on cyan]
- print " [F1] BIOS V1.34.0 [F4] CMOSPWD V4.6 "
- print " [F2] Uniflash V1.40 [F5] !BIOS V3.30 "
- print " [F3] WipeCMOS V1.2 "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=bios
- if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=uniflash
- if ($lastKey == key[f3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=wipecmos
- if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=cmospwd
- if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=xbios
- if ($lastKey == key[left]); then script mboard2.scn
- if ($lastKey == key[esc]); then script main.scn
- goto mainboard3_menu
-